home *** CD-ROM | disk | FTP | other *** search
- SINH(3I) Last changed: 4-13-99
-
-
- NNAAMMEE
- SSIINNHH, DDSSIINNHH, QQSSIINNHH - Computes hyperbolic sine
-
- SSYYNNOOPPSSIISS
- SSIINNHH (([XX==]_x))
- DDSSIINNHH (([XX==]_x))
- QQSSIINNHH (([XX==]_x))
-
- IIMMPPLLEEMMEENNTTAATTIIOONN
- UNICOS, UNICOS/mk, IRIX systems
-
- CF90, MIPSpro 7 Fortran 90, MIPSpro Fortran 77
-
- SSTTAANNDDAARRDDSS
- Fortran
-
- Fortran extension: QQSSIINNHH
-
- DDEESSCCRRIIPPTTIIOONN
- These are elemental intrinsic functions. SSIINNHH is the generic function
- name. These functions accept the following argument:
-
- _x Must be of type real. See the RETURN VALUES section for
- information on input data types and return values.
- _x -_x
- These functions evaluate _y = sinh(_x) = (_e - _e ) / 2.
-
- NNOOTTEESS
- The names of these intrinsics can be passed as arguments.
-
- RREETTUURRNN VVAALLUUEESS
- SSIINNHH returns the real hyperbolic sine of its real argument.
-
- DDSSIINNHH returns the double-precision real hyperbolic sine of its
- double-precision real argument.
-
- QQSSIINNHH returns the quad-precision real hyperbolic sine of its
- quad-precision real argument.
-
- The data type and kind type for single-precision, double-precision,
- and quad-precision values differ depending on your platform. For
- platform-specific information, see the TERMINOLOGY section of the
- IINNTTRROO__IINNTTRRIINN(3I) man page.
-
- On CRAY T90 systems that support IEEE arithmetic, the following return
- values occur:
-
- SSIINNHH((_x)) = infinity if _x > 709.78
-
- SSIINNHH((_x)) = if _x < -709.78
-
- SSIINNHH((NaN)) = NaN
-
- SSEEEE AALLSSOO
- _I_n_t_r_i_n_s_i_c _P_r_o_c_e_d_u_r_e_s _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l for the printed version of this
- man page.
-